Skip to main content

screen

Type

property

Summary

Returns the screen number that the stack is on. The number corresponds to the line of the rect of the screen returned by the screenrects.

Syntax

put the screen of <stack>

Description

Use the screen property to determine which monitor the stack appears on or the pixel density of the monitor it is on.

Examples

on mouseUp
put line (the screen of stack "My Stack" ) of \
the screenRects into theRectOfScreenStackIsOn
end mouseUp

function: screenRect

object: stack

property: screenPixelScales

Compatibility and Support

Introduced

LiveCode ?.?

OS

mac

windows

linux

Platforms

desktop

server

Thank you for your feedback!

Was this page helpful?